Blender Documentation Volume II - Reference Guide: Last modified March 29 2004 S68 | ||
---|---|---|
<<< Previous | Python API Reference | Next >>> |
This object gives access to Scene data in Blender.
Method Summary | ||
Scene | copy(duplicate_objects) Make a copy of this Scene. | |
int | currentFrame(frame) Get (and optionally set) the current frame value. | |
int | endFrame(frame) Get (and optionally set) the end frame value. | |
tuple | frameSettings(start, end, current) Get (and optionally set) the start, end and current frame values. | |
string | getBackbufdir() Get the location of the backbuffer image. | |
list | getChildren() Get all objects linked to this Scene. | |
Blender Camera | getCurrentCamera() Get the currently active Camera for this Scene. | |
string | getName() Get the name of this Scene. | |
string | getRenderdir() Get the current directory where rendered images are saved. | |
list of two ints | getWinSize() Get the current x,y resolution of the render window. | |
á | link(object) Link an Object to this Scene. | |
á | makeCurrent() Make this Scene the currently active one in Blender. | |
á | setCurrentCamera(camera) Set the currently active Camera in this Scene. | |
á | setName(name) Set the name of this Scene. | |
á | setWinSize(dimensions) Set the width and height of the render window. | |
int | startFrame(frame) Get (and optionally set) the start frame value. | |
á | unlink(object) Unlink an Object from this Scene. | |
á | update(full) Update this Scene in Blender. |
copy(duplicate_objects=1) Make a copy of this Scene.
|
currentFrame(frame=None) Get (and optionally set) the current frame value.
|
endFrame(frame=None) Get (and optionally set) the end frame value.
|
frameSettings(start=None, end=None, current=None) Get (and optionally set) the start, end and current frame values.
|
getBackbufdir() Get the location of the backbuffer image.
|
getChildren() Get all objects linked to this Scene.
|
getCurrentCamera() Get the currently active Camera for this Scene.
|
getRenderdir() Get the current directory where rendered images are saved.
|
getWinSize() Get the current x,y resolution of the render window. These are the dimensions of the image created by the Blender Renderer.
|
link(object) Link an Object to this Scene.
|
setCurrentCamera(camera) Set the currently active Camera in this Scene.
|
setWinSize(dimensions) Set the width and height of the render window. These are the dimensions of the image created by the Blender Renderer.
|
startFrame(frame=None) Get (and optionally set) the start frame value.
|
unlink(object) Unlink an Object from this Scene.
|
update(full=0) Update this Scene in Blender.
|
<<< Previous | Home | Next >>> |
Class Scene | Up | Module Object |